projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40bf436
)
(struct face): Add `overstrike' field.
author
Miles Bader
<miles@gnu.org>
Sun, 17 Nov 2002 23:46:26 +0000
(23:46 +0000)
committer
Miles Bader
<miles@gnu.org>
Sun, 17 Nov 2002 23:46:26 +0000
(23:46 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index f7d888f6d619c41fd499f9ec3a19fb0c1f52f883..ec5e16b2bcac1de4f556834174ab9bff7db57fa8 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1359,6
+1359,9
@@
struct face
realize_x_face). */
unsigned colors_copied_bitwise_p : 1;
+ /* If non-zero, use overstrike (to simulate bold-face). */
+ unsigned overstrike : 1;
+
/* Next and previous face in hash collision list of face cache. */
struct face *next, *prev;